home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / lang / fpcsrc.lha / fpc / compiler / optidx.inc < prev    next >
Text File  |  1998-09-24  |  1KB  |  56 lines

  1. {
  2.     $Id: optidx.inc,v 1.1.1.1 1998/03/25 11:18:16 root Exp $
  3.     Copyright (c) 1998 by the FPC development team
  4.  
  5.     This file includes the message index types which can be used to display
  6.     a message from the message file
  7.  
  8.     This program is free software; you can redistribute it and/or modify
  9.     it under the terms of the GNU General Public License as published by
  10.     the Free Software Foundation; either version 2 of the License, or
  11.     (at your option) any later version.
  12.  
  13.     This program is distributed in the hope that it will be useful,
  14.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.     GNU General Public License for more details.
  17.  
  18.     You should have received a copy of the GNU General Public License
  19.     along with this program; if not, write to the Free Software
  20.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21.  
  22.  ****************************************************************************}
  23.  
  24. const
  25.   optionhelplines=117; {amount of lines for the -?}
  26. type
  27.   toptionconst=(
  28. usage,
  29. only_one_source_support,
  30. def_only_for_os2,
  31. no_nested_response_file,
  32. no_source_found,
  33. illegal_para,
  34. help_pages_para,
  35. unable_open_file,
  36. reading_further_from,
  37. target_is_already_set,
  38. no_shared_lib_under_dos,
  39. too_many_ifdef,
  40. too_many_endif,
  41. too_less_endif,
  42. {logo}
  43. logo_start,
  44. logo_end,
  45. {info}
  46. info_start,
  47. info1,
  48. info2,
  49. info3,
  50. info4,
  51. info5,
  52. info_end,
  53. {This should be the last}
  54. endoptionconst
  55. );
  56.